/**************************************************/
/* @ 2020 - Thomas Krause, Thomas.Krause@dtsdv.de */
/**************************************************/

/* ====================== */
/* Bereichsformatierungen */
/* ====================== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

#Basis {
    background-image: url(TriColor.svg);
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    margin: 0;
}

#Inhalt {
    border: 1px solid #888888;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 5px;
    background-image: url(Dragon.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position-x: 2px;
    background-position-y: 2px;
}

#Inhalt_Hintergrund {
    background-image: url(DTSDV_transparent.png);
    background-position: center;
    background-repeat: no-repeat;
}

button {
    background-color: rgba(221, 221, 221, 0.8);
    border: 1px solid #666666;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    border-radius: 0 0 8px 8px;
}

    button:hover {
        background-color: rgba(255, 238, 238, 0.8);
        border: 1px solid #DD0000;
        cursor: pointer;
    }


/* ================== */
/* Textformatierungen */
/* ================== */
.Titel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
}

.Titel_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    color: #DD0000;
}

.Text_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.Text_Dick_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.Text_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.Text_Kursiv_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #DD0000;
}

.Text_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.Text_Klein_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.Text_Klein_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
}

.Text_Klein_Dick_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

.Text_Grau_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888888;
}

.Text_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DD0000;
}

.Text_Rot_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DD0000;
}

.Text_Rot_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #DD0000;
}

.eMail {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #3366BB;
}

.eMail_Klein {
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    color: #3366BB;
}

.icon:hover {
    filter: invert(25%) sepia(50%) saturate(3000%) hue-rotate(340deg) brightness(150%) contrast(95%);
}


/* =========== */
/* Seitenlinks */
/* =========== */
a:link {
    color: #000099;
}

a:visited {
    color: #000099;
}

a:hover {
    color: #DD0000;
}
